PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / getWidget Method
Index of the widget to retrieve.
In This Topic
    getWidget Method
    In This Topic
    Gets the field widget at the specified index. A widget is the visual representation of a form field on a PF page.
    Syntax
    public PDFFieldWidget getWidget( 
       int index
    )

    Parameters

    index
    Index of the widget to retrieve.

    Return Value

    A PDFFieldWidget object at the specified index.
    See Also